Skip to content

Commit

Permalink
Another fix, change command order.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyyf committed Mar 8, 2015
1 parent 638ddd1 commit 0dda9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ branches:
before_install:
- 'export MINEGATE_VER=${TRAVIS_TAG:-dev@$CURRENT_COMMIT}'
- go get -v github.com/mitchellh/gox
- go get -v -t ./build/...
- python plugin.py --gen
- 'python version.py "$MINEGATE_VER" "$MINEGATE_VER commit $(printf %.8s $TRAVIS_COMMIT) build #$TRAVIS_BUILD_NUMBER {{.OS}}/{{.Arch}}"'
- go get -v -t ./build/...
- gox -build-toolchain -os="linux windows" -arch="386 amd64" -verbose
install:
- "gox -os='linux windows' -arch='386 amd64' -verbose -output='{{.OS}}-{{.Arch}}' ./build"
Expand Down

0 comments on commit 0dda9b1

Please sign in to comment.