File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 8
8
sudo : false
9
9
10
10
install :
11
- - travis_retry composer update --prefer-dist --prefer-stable --no-interaction --no-suggest
11
+ - if [[ $setup = 'nightly' ]]; then travis_retry composer update --prefer-dist --no-interaction --no-suggest --ignore-platform-reqs; fi
12
+ - if [[ $setup = 'basic' ]]; then travis_retry composer update --prefer-dist --prefer-stable --no-interaction --no-suggest; fi
12
13
13
14
before_script :
14
15
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
@@ -23,6 +24,7 @@ after_success:
23
24
24
25
env :
25
26
global :
27
+ - setup=basic
26
28
- CC_TEST_REPORTER_ID=a706e45a0731ff71fe03470fefba2e1469a856018f131d0aee0be3f26ec4fc16
27
29
28
30
branches :
@@ -36,3 +38,4 @@ matrix:
36
38
- php : ' 7.2'
37
39
- php : ' 7.3'
38
40
- php : nightly
41
+ env : setup=nightly
You can’t perform that action at this time.
0 commit comments