Skip to content

Commit 6ba9943

Browse files
committed
cleanup unused things from travis build script
Signed-off-by: Miguel Molina <[email protected]>
1 parent 8daf646 commit 6ba9943

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.travis.yml

-16
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,10 @@ env:
77

88
matrix:
99
fast_finish: true
10-
addons:
11-
apt:
12-
sources:
13-
- ubuntu-toolchain-r-test
14-
packages:
15-
- gcc-6
16-
- g++-6
17-
- libonig-dev
18-
19-
20-
before_install:
21-
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
22-
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 90
2310

2411
before_script:
2512
- docker run -d --name bblfshd --privileged -p 9432:9432 bblfsh/bblfshd:v2.14.0-drivers
2613
- docker exec -it bblfshd bblfshctl driver list
27-
- go get -v github.com/go-sql-driver/mysql/...
2814

2915
script:
3016
- make test-coverage codecov
@@ -62,8 +48,6 @@ jobs:
6248
- echo "skipping before_script for macOS"
6349

6450
script:
65-
- brew update
66-
- brew install oniguruma
6751
- make packages || echo "" # will fail because of docker being missing
6852
- if [ ! -f "build/gitbase_darwin_amd64/gitbase" ]; then echo "gitbase binary not generated" && exit 1; fi
6953
- cd build

0 commit comments

Comments
 (0)