Skip to content

Commit

Permalink
Update PHP versions and Travis setup (#73)
Browse files Browse the repository at this point in the history
* Update PHP versions and Travis setup

* Update composer.lock

* Update ml/JsonLD version
  • Loading branch information
whikloj authored and dannylamb committed Nov 21, 2018
1 parent 4e108c7 commit fc60e9c
Show file tree
Hide file tree
Showing 2 changed files with 2,291 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
sudo: true
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2

matrix:
fast_finish: true
Expand All @@ -17,7 +16,6 @@ before_install:

install:
- git clone https://github.com/Islandora-CLAW/CLAW.git $HOME/CLAW
- $SCRIPT_DIR/travis_setup_php.sh
- composer install

script:
Expand Down
Loading

0 comments on commit fc60e9c

Please sign in to comment.