Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzliveid committed Jul 8, 2019
1 parent 644cfea commit c76799b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ git:
matrix:
include:
- os: linux
node_js: "stable"
node_js: "node"
- os: osx
node_js: "stable"
node_js: "node"
fast_finish: true
addons:
chrome: stable
install:
- yarn install
- yarn install --frozen-lockfile
script:
- yarn build
- yarn test -c=ci
Expand Down

0 comments on commit c76799b

Please sign in to comment.