Update .travis.yml

This commit is contained in:
Estevão Soares dos Santos 2017-11-28 02:52:46 +00:00 committed by GitHub
parent 0b645c9678
commit d4741dd4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,17 +15,7 @@ cache:
- node_modules
# scripts
script:
- >
if [ "$TRAVIS_NODE_VERSION" == "0.10" -o "$TRAVIS_NODE_VERSION" == "0.12" ]; then
printf
"\n\n----------------------------------------\n
\e[35m----- Running tests in LEGACY mode -----\e[0m\n
----------------------------------------\n\n\n"
&& grunt test-old; else
echo "Running normal tests"
&& grunt test;
fi
script: grunt test
# hooks
notifications: