Skip to content

Commit

Permalink
Update .travis.yml to disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tboychuk committed Oct 9, 2018
1 parent 1c2dedb commit 4a17cf8
Show file tree
Hide file tree
Showing 2 changed files with 1,666 additions and 10 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js:
- stable
- stable
script:
- npm run build
# - npm test
deploy:
provider: heroku
api_key:
Expand Down
Loading

0 comments on commit 4a17cf8

Please sign in to comment.