Skip to content

Commit

Permalink
Move travis yaml file to root and specify build dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan B. Harvey committed Nov 10, 2017
1 parent 158319d commit 465182f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "lts/*"
env:
- TEST_DIR=app
script: cd $TEST_DIR && npm install && npm test
3 changes: 0 additions & 3 deletions app/.travis.yml

This file was deleted.

0 comments on commit 465182f

Please sign in to comment.