Skip to content

Commit

Permalink
Travis: test on trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Jun 23, 2017
1 parent 566e9a5 commit f1cfc34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -1,13 +1,19 @@
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
language: node_js
dist: trusty
node_js:
- 8
- 7
- 6
- 5
- 4
sudo: false
before_script:
- sh test/server-start.sh &
- SERVER_PID=$!
- sleep 1
after_script:
- kill $SERVER_PID
script: "npm test && npm run-script lint"
cache:
directories:
Expand Down

0 comments on commit f1cfc34

Please sign in to comment.