Skip to content

Commit 44bd3ee

Browse files
committed
travis build config update
1 parent 389c1ad commit 44bd3ee

File tree

2 files changed

+6
-46
lines changed

2 files changed

+6
-46
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 "forge essentials config test" "log"
17+
- bash <(curl -s https://aahframework.org/env.txt) "log" "v0"
1718

1819
install:
19-
- go get -v -t aahframework.org/log/...
20+
- cd $GOPATH/src/aahframework.org/log.v0
21+
- go get -v -t ./...
2022

2123
script:
22-
- cd $GOPATH/src/aahframework.org/log
2324
- bash go.test.sh
2425

2526
after_success:

prepare-aah-env.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)