Skip to content

Commit

Permalink
updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ikismail committed Feb 12, 2018
1 parent 837422a commit dd4f0e6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required

language: node_js
node_js:
- "7"
- "8"

branches:
only:
Expand All @@ -16,12 +16,18 @@ addons:
packages:
- google-chrome-stable

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version version-number
- export PATH="$HOME/.yarn/bin:$PATH"


cache:
directories:
- ./node_modules
yarn: true

install:
- npm install
- yarn install

script:
- ng build --prod

0 comments on commit dd4f0e6

Please sign in to comment.