We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389c1ad commit 44bd3eeCopy full SHA for 44bd3ee
.travis.yml
@@ -4,22 +4,23 @@ sudo: false
4
5
branches:
6
only:
7
- - master
8
- - integration
+ # - master
+ # - integration
9
10
go:
11
- 1.6
12
- 1.7
13
+ - 1.8
14
- tip
15
16
before_install:
- - bash prepare-aah-env.sh "forge essentials config test" "log"
17
+ - bash <(curl -s https://aahframework.org/env.txt) "log" "v0"
18
19
install:
- - go get -v -t aahframework.org/log/...
20
+ - cd $GOPATH/src/aahframework.org/log.v0
21
+ - go get -v -t ./...
22
23
script:
- - cd $GOPATH/src/aahframework.org/log
24
- bash go.test.sh
25
26
after_success:
prepare-aah-env.sh
0 commit comments