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 @@
sudo: false
language: node_js
node_js:
- '0.12'
- 'stable'
notifications:
irc: 'irc.freenode.org#tastejs'
env:
......
......@@ -36,7 +36,7 @@ else
echo $changes | xargs ./run.sh && \
cd ../tests && \
(gulp test-server &) && \
sleep 2 && \ # give the server time to boot in the background
sleep 2 && \
echo $changes | xargs ./run.sh
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