Skip to content

Commit c7e6e09

Browse files
Merge branch 'master' into dev
2 parents ecfdff8 + b0f66da commit c7e6e09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ filter_secrets: false
55
sudo: false
66
language: cpp
77
env:
8-
- GITHUB_DEPLOY_PRERELEASE=$(if echo $VERSION | grep -q "\-" ; then true; else false; fi)
8+
- GITHUB_DEPLOY_PRERELEASE=$(if echo $VERSION | grep -q "\-" ; then echo true; else echo false; fi)
99
#branches:
1010
# only:
1111
# - master
@@ -25,6 +25,7 @@ matrix:
2525
- filter_secrets: false
2626
before_script: cd runtime
2727
script:
28+
- echo "$GITHUB_DEPLOY_PRERELEASE"
2829
- mkdir build && cd build
2930
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then if ! [ -x "$(command /usr/bin/g++-8 -v)" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;sudo apt-get update;sudo apt-get -y install gcc-8 g++-8 ; fi ; fi
3031
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then CXX=/usr/bin/g++-8 ; fi

0 commit comments

Comments
 (0)