We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949c819 commit cedd4eaCopy full SHA for cedd4ea
2 files changed
.travis.yml
@@ -33,7 +33,7 @@ deploy:
33
api_key:
34
secure: LqFD1B3h4b2RYlGW8fatBPdbzqOM03mteXKPQNOghrcGStDuDtDc+3h5xmfcPdgtkKML7RTJwrnBHTyvLIWuBMQV3rfFWX24zqo9pr+RDGw6NHSEmEjYdPhvXYDTc+/q6Cnz5JNAVeAoQ3w1Kc/RdCmSWsBgDMcTmkYi6KM/nfc=
35
file:
36
- #- "plotcli-osx-gtk.tar.gz"
+ - "plotcli-osx-gtk.tar.gz"
37
- "plotcli-osx.tar.gz"
38
on:
39
tags: true
travis.sh
@@ -9,9 +9,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" || "$DC" == "ldc2" ]]; then
9
fi
10
11
dub test --compiler=${DC} ${BM}
12
-#if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then
13
- dub test -c unittest-gtk --compiler=${DC} ${BM}
14
-#fi
+dub test -c unittest-gtk --compiler=${DC} ${BM}
15
16
if [[ $TRAVIS_BRANCH == 'master' ]] ; then
17
if [ ! -z "$GH_TOKEN" ]; then
0 commit comments