Skip to content

Commit a51556d

Browse files
committed
travis build config update
1 parent 98d3be7 commit a51556d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@ sudo: false
44

55
branches:
66
only:
7-
- master
8-
- integration
7+
# - master
8+
# - integration
99

1010
go:
1111
- 1.6
1212
- 1.7
13+
- 1.8
1314
- tip
1415

1516
before_install:
16-
- bash prepare-aah-env.sh "test" "essentials"
17+
- bash <(curl -s https://aahframework.org/env.txt) "essentials" "v0"
1718

1819
install:
19-
- go get -v -t aahframework.org/essentials/...
20+
- go get -v -t aahframework.org/essentials.v0/...
2021

2122
script:
22-
- cd $GOPATH/src/aahframework.org/essentials
23+
- cd $GOPATH/src/aahframework.org/essentials.v0
2324
- bash go.test.sh
2425

2526
after_success:

0 commit comments

Comments
 (0)