Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d0349ce

Browse filesBrowse files
committed
Consume return value with an if
1 parent f54e7f5 commit d0349ce
Copy full SHA for d0349ce

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
install:
77
- export PATH=$PATH:$HOME/gopath/bin
88
- export REVEL_BRANCH="develop"
9-
- '[[ "$TRAVIS_BRANCH" == "master" ]] && export REVEL_BRANCH="master"'
9+
- 'if [[ "$TRAVIS_BRANCH" == "master" ]]; then export REVEL_BRANCH="master"; fi'
1010
- 'echo "Travis branch: $TRAVIS_BRANCH, Revel dependency branch: $REVEL_BRANCH"'
1111
- go get -v github.com/revel/revel/...
1212
- git clone -b $REVEL_BRANCH git://github.com/revel/modules ../modules/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.