Skip to content

Commit b9db536

Browse files
comment out building unreleased version of VLog
1 parent a5573c8 commit b9db536

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

.travis.yml

+40-40
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
language: java
2-
os: linux
3-
jobs:
4-
include:
5-
- os: linux
6-
dist: bionic
7-
jdk: openjdk11
8-
after_success:
9-
- mvn clean test jacoco:report coveralls:report
10-
11-
- os: linux
12-
dist: xenial
13-
addons:
14-
apt:
15-
sources:
16-
- ubuntu-toolchain-r-test
17-
packages:
18-
- gcc-6
19-
- g++-6
20-
- libstdc++6
21-
env: CC=gcc-6 CXX=g++-6
22-
jdk: openjdk8
23-
24-
- os: osx
25-
osx_image: xcode10.2
26-
allow_failures:
27-
- dist: trusty
28-
29-
## Uncomment section below and the packages above to build unreleased snapshots of karmaresearch/vlog into vlog4j-base jar
30-
before_install:
31-
# # explicitly avoid bash as travis screws with .bashrc,
32-
# # cf. https://travis-ci.community/t/travis-functions-no-such-file-or-directory/2286/12
33-
- "[ -x /bin/dash ] && /bin/dash ./build-vlog-library.sh || /bin/sh ./build-vlog-library.sh"
34-
35-
install: mvn install $OPTIONS -DskipTests=true
36-
37-
cache:
38-
directories:
39-
- ./local_builds
40-
- $HOME/.m2
1+
language: java
2+
os: linux
3+
jobs:
4+
include:
5+
- os: linux
6+
dist: bionic
7+
jdk: openjdk11
8+
after_success:
9+
- mvn clean test jacoco:report coveralls:report
10+
11+
- os: linux
12+
dist: xenial
13+
addons:
14+
apt:
15+
sources:
16+
- ubuntu-toolchain-r-test
17+
packages:
18+
- gcc-6
19+
- g++-6
20+
- libstdc++6
21+
env: CC=gcc-6 CXX=g++-6
22+
jdk: openjdk8
23+
24+
- os: osx
25+
osx_image: xcode10.2
26+
allow_failures:
27+
- dist: trusty
28+
29+
## Uncomment section below and the packages above to build unreleased snapshots of karmaresearch/vlog into vlog4j-base jar
30+
before_install:
31+
# # explicitly avoid bash as travis screws with .bashrc,
32+
# # cf. https://travis-ci.community/t/travis-functions-no-such-file-or-directory/2286/12
33+
# - "[ -x /bin/dash ] && /bin/dash ./build-vlog-library.sh || /bin/sh ./build-vlog-library.sh"
34+
35+
install: mvn install $OPTIONS -DskipTests=true
36+
37+
cache:
38+
directories:
39+
- ./local_builds
40+
- $HOME/.m2

0 commit comments

Comments
 (0)