Skip to content

Commit

Permalink
remove tip from tested golang versions since the tip compiler is flak…
Browse files Browse the repository at this point in the history
…ing out and failing builds
  • Loading branch information
James DeFelice authored and jdef committed Apr 14, 2017
1 parent 36b30d8 commit 43f0fa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ go:
- 1.6.x
- 1.7.x
- 1.8
- tip
before_install:
#these two lines help users who fork mesos-go. It's a noop when running from the mesos organization
- RepoName=`basename $PWD`; SrcDir=`dirname $PWD`; DestDir="`dirname $SrcDir`/mesos"
Expand Down

0 comments on commit 43f0fa5

Please sign in to comment.