Commit 4e94f810 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #1482 from tastejs/sjs/travis-update

travis update
parents 2bbd861b 9c446a61
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- '0.12' - 'stable'
notifications: notifications:
irc: 'irc.freenode.org#tastejs' irc: 'irc.freenode.org#tastejs'
env: env:
......
...@@ -36,7 +36,7 @@ else ...@@ -36,7 +36,7 @@ else
echo $changes | xargs ./run.sh && \ echo $changes | xargs ./run.sh && \
cd ../tests && \ cd ../tests && \
(gulp test-server &) && \ (gulp test-server &) && \
sleep 2 && \ # give the server time to boot in the background sleep 2 && \
echo $changes | xargs ./run.sh echo $changes | xargs ./run.sh
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment