Skip to content

Commit

Permalink
πŸ› Fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
myfrom committed Dec 1, 2019
1 parent 091d867 commit 1f934ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ language: node_js
node_js: v10.13.0

install:
- npm install -g polymer-cli
- polymer install
- npm install

script:
- echo 'No tests yet'

before_deploy:
- npm install
- ./node_modules/.bin/bower install
- npm run build

deploy:
Expand Down

0 comments on commit 1f934ff

Please sign in to comment.