Skip to content

Commit

Permalink
fighting with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshazi committed Jun 13, 2019
1 parent 151b3d6 commit 2376aaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ before_script:
- mkdir -p tests/coverage

script:
- ls -lah .
- ls -lah tests
- ls -lah tests/data
- ls -lah tests/data/config
- cat tests/data/config/wtf.php
- composer test:cs
- composer test:unit

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test:upload": "vendor/bin/php-coveralls -v"
},
"require-dev": {
"phpunit/phpunit": "^8",
"phpunit/phpunit": "@stable",
"php-coveralls/php-coveralls": "^2.1",
"friendsofphp/php-cs-fixer": "^2.15"
}
Expand Down

0 comments on commit 2376aaa

Please sign in to comment.