Skip to content

Commit

Permalink
Merge pull request #63 from humanmade/fix-travis
Browse files Browse the repository at this point in the history
Fix Travis builds
  • Loading branch information
roborourke authored Sep 17, 2020
2 parents 3ab6824 + 5bce771 commit 8f27832
Show file tree
Hide file tree
Showing 5 changed files with 474 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@

# Ignore composer installed libraries and lock
vendor
composer.lock
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php
php:
- '7.1'
- '7.2'
install:
- composer install
script:
- vendor/bin/phpcs --standard=phpcs.ruleset.xml .
- vendor/bin/phpcs --standard=phpcs.ruleset.xml .
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"ext-pdo_mysql": "*"
},
"require-dev": {
"humanmade/coding-standards": "dev-master"
"humanmade/coding-standards": "1.0.0"
},
"bin": [
"bin/cavalcade"
]
}
}
Loading

0 comments on commit 8f27832

Please sign in to comment.