Skip to content

Commit

Permalink
refactor(travis-ci): install dependencies in install phase instead …
Browse files Browse the repository at this point in the history
…of `before_install`
  • Loading branch information
lotem committed Mar 31, 2019
1 parent dcdc301 commit f9c56cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ matrix:
dist: trusty
sudo: required

before_install:
./travis-before-install.sh
install:
./travis-install.sh

script:
./travis-script.sh
File renamed without changes.

0 comments on commit f9c56cf

Please sign in to comment.