diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 822a431..0000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright (c) 2016-present Arctic Ice Studio -# Copyright (c) 2016-present Sven Greb - -# Project: Nord -# Repository: https://github.com/arcticicestudio/nord -# License: MIT -# References: -# https://docs.travis-ci.com/user/languages/javascript-with-nodejs - -language: node_js -dist: trusty -sudo: false -node_js: - - "node" -os: - - linux - - osx -before_install: - - rm -rf ./node_modules -before_script: - - npm install -script: - - npm run test - - npm run docs:build - - npm run sassdoc - - npm run dist