Skip to content

Commit e9da7e9

Browse files
authored
Merge pull request #160 from TIBCOSoftware/disable-travis-test
Disable travis test
2 parents 5c13e9e + 951db97 commit e9da7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ git:
1414

1515
jobs:
1616
include:
17-
- stage: test
18-
script: go test -v ./...
1917
- stage: build
2018
# Do a github login using token
2119
before_install:
2220
- "echo -e \"machine github.com\n login ${GITHUB_USER_TOKEN}\" >> ~/.netrc"
21+
install:
22+
- "echo \"Install process\""
2323
script:
2424
- touch flogo-contrib.tgz
2525
- tar cvfz flogo-contrib.tgz --exclude=flogo-contrib.tgz .

0 commit comments

Comments
 (0)