Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Fix Travis CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Mar 18, 2013
1 parent 7d2b4e8 commit 7b50b9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,3 +1,7 @@
language: go language: go
before_install: sudo apt-get -qq install bzr before_install:
- sudo apt-get -qq install bzr
- mkdir -p $GOPATH/src/github.com/AlekSi
- cp -R `pwd` $GOPATH/src/github.com/AlekSi
install: make prepare install: make prepare
script: make -C $GOPATH/src/github.com/AlekSi/nut

0 comments on commit 7b50b9d

Please sign in to comment.