Skip to content

Commit 4be38d8

Browse files
Update .travis.yml
1 parent 01b3bdc commit 4be38d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)