Skip to content

Commit

Permalink
Modifies Travis file
Browse files Browse the repository at this point in the history
- Removes useless phantomjs installation as we're using Headless Chrome;
  • Loading branch information
Oreoz committed Sep 2, 2017
1 parent 744d780 commit 45202bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ matrix:
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add phantomjs-prebuilt
- phantomjs --version

install:
- yarn install --no-lockfile --non-interactive
Expand Down

0 comments on commit 45202bf

Please sign in to comment.