Skip to content

Commit

Permalink
FIX: Replace CLI dev/build test with Web based test
Browse files Browse the repository at this point in the history
  • Loading branch information
brettt89 committed Apr 16, 2017
1 parent e236866 commit bd09a6e
Showing 1 changed file 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 @@ -17,8 +17,8 @@ before_script:

script:
- travis_retry docker build -t "$image" .
- docker run --name web -p 80:80 --link database --volume ~/src:/var/www/html "$image" php /var/www/html/framework/cli-script.php dev/build
- curl http://localhost/
- docker run -d --name web -p 80:80 --link database --volume ~/src:/var/www/html "$image"
- curl http://localhost/dev/build

after_script:
- docker images

0 comments on commit bd09a6e

Please sign in to comment.