Skip to content

Commit 1b5abba

Browse files
committed
cosmetics
1 parent 772f67f commit 1b5abba

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ before_install:
3737

3838
script: ./travis.sh
3939

40-
notifications:
41-
email:
42-
- cukes-devs@googlegroups.com
40+
#notifications:
41+
# email:
42+
# - cukes-devs@googlegroups.com
4343

4444
script: ./travis.sh

travis.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22
set -e #break script on non-zero exitcode from any command
33

4-
echo OS name: ${TRAVIS_OS_NAME}
54
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then source osx-install-qt.sh; fi
65

76
gem install bundler

0 commit comments

Comments
 (0)