Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
chilianyi committed Jun 22, 2018
1 parent 39455ed commit 581dab1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,7 @@ services:
language: go
go:
- '1.9'
- '1.10'
go_import_path: openpitrix.io/openpitrix
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu
$(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y install docker-ce
before_script:
- docker --version
script:
- make ci-test
before_deploy:
- make release-$TRAVIS_TAG
deploy:
Expand Down

0 comments on commit 581dab1

Please sign in to comment.