Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaythomas committed Mar 19, 2018
1 parent d5b3c7d commit 8168c2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ language: node_js
node_js:
- '6'
- '8'

script:
- cd server && npm install
- npm run test
- cd ../client && npm install
- npm run test

0 comments on commit 8168c2b

Please sign in to comment.