Skip to content

Commit

Permalink
remove yarn install command
Browse files Browse the repository at this point in the history
  • Loading branch information
euZebe committed Jun 20, 2018
1 parent e8f8b32 commit 490deb4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
language: node_js
node_js: "node"
node_js: 9

cache:
directories:
- ~/.npm
- ~/.cache

install:
- yarn install --frozen-lockfile

script:
- $(npm bin)/cypress run --record

Expand Down

0 comments on commit 490deb4

Please sign in to comment.