mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Merge branch 'master' into develop
This commit is contained in:
commit
68ea13097d
14
.travis.yml
14
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user