Skip to content

Commit 8da74f2

Browse files
committed
.travis.yml: remove the csbuild job
Some repositories that the Ubuntu Trusty image relies on do not seem to be available any more.
1 parent 7becf39 commit 8da74f2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@ language: cpp
22
compiler: gcc
33
dist: trusty
44

5-
before_install:
6-
- sudo apt-get update
7-
- sudo apt-get install apt-transport-https
8-
- echo "deb https://kdudka.fedorapeople.org/csbuild trusty contrib" | sudo tee -a /etc/apt/sources.list
9-
- sudo apt-get update
10-
115
install:
126
- sudo apt-get install cmake help2man libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev
13-
- sudo apt-get install -y --force-yes csbuild
147

158
script:
16-
- make -j9 distcheck CTEST='ctest -j9'
17-
- test -z "$TRAVIS_COMMIT_RANGE" || csbuild --git-commit-range "$TRAVIS_COMMIT_RANGE" -c "make distclean && make -j9" --git-bisect --print-fixed --gcc-add-flag=-Wno-shadow
9+
- make distcheck

0 commit comments

Comments
 (0)