We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772f67f commit 1b5abbaCopy full SHA for 1b5abba
.travis.yml
@@ -37,8 +37,8 @@ before_install:
37
38
script: ./travis.sh
39
40
-notifications:
41
- email:
42
- - cukes-devs@googlegroups.com
+#notifications:
+# email:
+# - cukes-devs@googlegroups.com
43
44
travis.sh
@@ -1,7 +1,6 @@
1
#!/bin/sh
2
set -e #break script on non-zero exitcode from any command
3
4
-echo OS name: ${TRAVIS_OS_NAME}
5
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then source osx-install-qt.sh; fi
6
7
gem install bundler
0 commit comments