Skip to content

Commit

Permalink
add update apt
Browse files Browse the repository at this point in the history
  • Loading branch information
KhristenkoYura committed Jun 20, 2015
1 parent 1f71563 commit 920b90e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ env:
- TEST_DOMAIN=localhost

before_script:
- sudo apt-get install nginx
- sudo apt-get update -qq
- sudo apt-get install -qq nginx
- sudo cp tests/data/travis_nginx.conf /etc/nginx/nginx.conf
- sudo /etc/init.d/nginx restart
- composer self-update
Expand Down

0 comments on commit 920b90e

Please sign in to comment.