Skip to content

Commit

Permalink
TravisCI: Install TravisClient before of all
Browse files Browse the repository at this point in the history
Signed-off-by: Caio Oliveira <[email protected]>
  • Loading branch information
Caio99BR committed Dec 6, 2016
1 parent 344d61d commit 2c8fec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ script:
# Travis CI Script by Caio Oliveira aka Caio99BR <[email protected]>

# Download all necessary things
- gem install travis -v 1.8.4 --no-rdoc --no-ri
- mkdir ~/bin && export PATH=~/bin:$PATH
- curl -sL https://raw.github.com/gist/1708408/travis.rb > ~/bin/travis-ci && chmod +x ~/bin/travis-ci
- gem install hub | tail -2
Expand Down

0 comments on commit 2c8fec4

Please sign in to comment.