Skip to content

Commit

Permalink
Try forcing latest node version in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwigschubert committed Jun 27, 2018
1 parent bf970ca commit 694ae95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: node_js
node_js:
- "node"
install:
- "npm install --only=production"
script:
- npm run build
- "npm run build"
deploy:
provider: firebase
skip_cleanup: true
Expand Down

0 comments on commit 694ae95

Please sign in to comment.