mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Update .travis.yml
This commit is contained in:
parent
0b645c9678
commit
d4741dd4ef
12
.travis.yml
12
.travis.yml
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user