Skip to content

Navigation Menu

Sign in
Appearance settings

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 bae52cb

Browse filesBrowse files
committed
Make yaml happy
1 parent cafe3a7 commit bae52cb
Copy full SHA for bae52cb

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" -eq "master" ]] && export REVEL_BRANCH="master"
9+
- '[[ "$TRAVIS_BRANCH" -eq "master" ]] && export REVEL_BRANCH="master"'
1010
- go get -v github.com/revel/revel/...
1111
- git clone -b $REVEL_BRANCH git://github.com/revel/modules ../modules/
1212
- git clone -b $REVEL_BRANCH git://github.com/revel/cmd ../cmd/

0 commit comments

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