Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Dec 15, 2016
1 parent ba0c9b9 commit 8493d5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ matrix:
before_install:

before_script:
- sudo apt-get update
- sudo add-apt-repository ppa:pinepain/libv8-5.2 -y
- sudo apt-get update -q
- sudo apt-get install libv8-dev -y
- sudo apt-get install -y libv8-5.2-dev
- printf "\n" | pecl install -f v8js
- phpenv config-add travis.php.ini
- composer self-update
Expand Down

0 comments on commit 8493d5e

Please sign in to comment.