Commit 3c1c3ed
committed
.travis.yml: fix build by using the correct operator for logical OR.
Prior this change it was failing with the following error:
/home/travis/.travis/job_stages: line 567: expected `)'
/home/travis/.travis/job_stages: line 567: syntax error near `-a'
/home/travis/.travis/job_stages: line 567: ` if [[ ($TRAVIS_BRANCH = prod) && ("$SPRING_PROFILES_ACTIVE" = "travis" -a "$TRAVIS_PULL_REQUEST" = "false") ]]; then'
Correction for d5289a4 commit.1 parent 0b3ec75 commit 3c1c3ed
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments