Minor - show web/build ls in travis

pull/2624/head
Julio Montoya 7 years ago
parent 871e962268
commit 7c42b5022a
  1. 4
      .travis.yml

@ -93,7 +93,9 @@ before_install:
- sudo chown -R 775 $TRAVIS_BUILD_DIR
- sudo chmod +x /home/travis/build
- sudo service apache2 restart
#- curl $VHOST_URL
# Check the result of index.php and check if main.js is build in travis
- curl $VHOST_URL
- ls -la web/build
script:
- whereis google-chrome-stable

Loading…
Cancel
Save