Skip to content

Commit

Permalink
Merge pull request #23 from nette/travis-tune
Browse files Browse the repository at this point in the history
travis: create-project fix to last commit
  • Loading branch information
Tomáš Votruba committed Jan 2, 2018
2 parents 7809ca7 + 760ba6d commit 95744c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ matrix:

install:
- composer install
- if [[ $COMPOSER_PROJECT != "" ]]; then composer create-project nette/coding-standard:@dev temp/nette-coding-standard; fi
- if [[ $COMPOSER_PROJECT != "" ]]; then composer create-project nette/coding-standard:dev-master#7809ca7 temp/nette-coding-standard; fi

script:
- composer test
Expand Down

0 comments on commit 95744c7

Please sign in to comment.