Merge branch 'master' into develop

This commit is contained in:
Estevao Soares dos Santos 2017-11-28 02:55:06 +00:00
commit 68ea13097d

View File

@ -1,7 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "7"
@ -17,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: