Skip to content

Commit 68b9d01

Browse files
committed
Fix couscous php-version option
1 parent 9999101 commit 68b9d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636
- if [ "$DOCUMENTATION" ] ; then cd documentation && composer global require couscous/couscous ; fi
3737

3838
script:
39-
- if [ "$JQUERY" ] ; then yarn run test ; else /home/travis/.composer/vendor/bin/couscous travis-auto-deploy --php-version=5.5 ; fi
39+
- if [ "$JQUERY" ] ; then yarn run test ; else /home/travis/.composer/vendor/bin/couscous travis-auto-deploy --php-version=7.4 ; fi
4040
- if [ "$JQUERY" ] && [ "$SAUCE_USERNAME" ] ; then yarn run test-sauce ; fi
4141

4242
deploy:

0 commit comments

Comments
 (0)