Skip to content

Commit

Permalink
Use a PHP 5.6 lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Nov 21, 2018
1 parent 74719fb commit ac7a1b1
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 133 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matrix:

branches:
only:
- /master/
- /issue-800-testing/

before_install:
- export SCRIPT_DIR=$HOME/CLAW/.scripts
Expand All @@ -22,13 +22,13 @@ script:
- $SCRIPT_DIR/line_endings.sh $TRAVIS_BUILD_DIR
- for D in */; do (cd $D; composer test) done

notifications:
irc:
channels:
- "irc.freenode.org#islandora"
on_success: change
on_failure: always
skip_join: true
#notifications:
# irc:
# channels:
# - "irc.freenode.org#islandora"
# on_success: change
# on_failure: always
# skip_join: true

after_success:
- bash <(curl -s https://codecov.io/bash)
#after_success:
# - bash <(curl -s https://codecov.io/bash)
3 changes: 1 addition & 2 deletions Recast/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"type": "project",
"require": {
"silex/silex": "^2.0",
"islandora/crayfish-commons": "dev-master",
"easyrdf/easyrdf": "^0.9"
"islandora/crayfish-commons": "dev-master"
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit ac7a1b1

Please sign in to comment.