Skip to content

Commit

Permalink
trying to fix libsodium in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Jul 17, 2017
1 parent 767d5cf commit a051420
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ language: php

# php versions
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
#- '5.4'
#- '5.5'
#- '5.6'
#- '7.0'
- '7.1'

# run the phpunit tests, then the selenium tests
Expand Down
2 changes: 1 addition & 1 deletion .travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ setup_cypht
install_phpunit
install_coveralls
install_selenium
install_apache
install_sodium
install_apache
bootstrap_unit_tests

0 comments on commit a051420

Please sign in to comment.