Skip to content

Commit

Permalink
Switch to a environment with larger memory
Browse files Browse the repository at this point in the history
Signed-off-by: Pengfei Ni <feiskyer@gmail.com>
  • Loading branch information
feiskyer committed Apr 28, 2017
1 parent 57e3338 commit 96b8fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
sudo: required
language: python
python:
- "2.7"
Expand All @@ -9,7 +9,7 @@ before_install:
- export GOPATH=$HOME/go
- export PATH=$HOME/usr/local/go/bin:$GOPATH/bin:$PATH
- mkdir -p $GOPATH/src/github.com/openvswitch
- ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/openvswitch/ovn-kubernetes
- mv $TRAVIS_BUILD_DIR $GOPATH/src/github.com/openvswitch/ovn-kubernetes
- cd $GOPATH/src/github.com/openvswitch/ovn-kubernetes
install:
- pip install tox-travis
Expand Down

0 comments on commit 96b8fe2

Please sign in to comment.