Working on TravisCI

This commit is contained in:
Hillel Coren 2016-02-18 11:03:46 +02:00
parent 44c638ea54
commit 2eda30023c
2 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,10 @@
language: php language: php
sudo: false sudo: true
php: php:
- 5.5 # - 5.5
# - 5.6 - 5.6
# - 7.0 # - 7.0
# - hhvm # - hhvm

View File

@ -12,8 +12,7 @@ modules:
host: 127.0.0.1 host: 127.0.0.1
window_size: 1024x768 window_size: 1024x768
wait: 5 wait: 5
browser: firefox browser: phantomjs
http_proxy: direct
capabilities: capabilities:
unexpectedAlertBehaviour: 'accept' unexpectedAlertBehaviour: 'accept'
webStorageEnabled: true webStorageEnabled: true