mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +00:00
Merge pull request #458 from sliverc/travis-fix2
Make Travis CI be able to run on forks
This commit is contained in:
@@ -21,7 +21,11 @@ env:
|
|||||||
before_install:
|
before_install:
|
||||||
- virtualenv env
|
- virtualenv env
|
||||||
- . env/bin/activate
|
- . env/bin/activate
|
||||||
|
- pip install -U pip setuptools
|
||||||
- pip install boto requests python-swiftclient
|
- pip install boto requests python-swiftclient
|
||||||
|
- mkdir -p $GOPATH/src/github.com/smira
|
||||||
|
- ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/smira || true
|
||||||
|
- cd $GOPATH/src/github.com/smira/aptly
|
||||||
install:
|
install:
|
||||||
- make prepare
|
- make prepare
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user