Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2016-10-17 08:44:10 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-10-17 08:44:10 +0300
commit83a8605b11cc8c0bf6c226c6c96e13cd86491b86 (patch)
tree93f4ee2b1fca516d02392e4aa9e4ae5cb89e8dd5 /.travis.yml
parentb2ad7856963194e66aefa9ac177a63d3ad36bb14 (diff)
Update travis tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
1 files changed, 2 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
index ffe0647..d03d3aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,22 +7,5 @@ node_js:
- '4'
- '5'
- '6'
-script: npm test
-
-# Eyeglass requires this to install on Node.js under Travis. *sigh*
-before_install:
- - if [ $TRAVIS_OS_NAME == "linux" ]; then
- export CC="gcc-4.7";
- export CXX="g++-4.7";
- export LINK="gcc-4.7";
- export LINKXX="g++-4.7";
- fi
- - gcc --version
- - g++ --version
-addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- packages:
- - gcc-4.7
- - g++-4.7
+# Skip npm posttest script on Node 0.12.
+script: ./bin/is-modern-node && npm test || npm run test-only