Skip to content

Commit

Permalink
Merge pull request #2 from js2me/configuring-travis
Browse files Browse the repository at this point in the history
.travis.yml changed
  • Loading branch information
js2me authored Jan 27, 2018
2 parents c4db9c5 + c4de381 commit 3c1839c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
language: node_js
node_js:
- "node"

branches:
only:
- gh-pages
- develop

cache:
directories:
- "node_modules"

before_install:
- npm install -g --silent @angular/cli
- npm install -g --silent firebase-tools
- npm install

install:
- npm install
script:
- ng build --prod --base-href "/"

deploy:
- provider: firebase
token:
Expand Down

0 comments on commit 3c1839c

Please sign in to comment.