Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit f53d41a

Browse files
committed
Polished Travis build script
1 parent 4ae20a6 commit f53d41a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ sudo: required
55
addons:
66
apt:
77
sources:
8-
- ubuntu-toolchain-r-test
8+
- ubuntu-toolchain-r-test
99
packages:
10-
- autoconf
11-
- automake
12-
- m4
13-
- gcc-4.9
14-
- g++-4.9
10+
- autoconf
11+
- automake
12+
- m4
13+
- gcc-4.9
14+
- g++-4.9
1515

1616
before_install:
17-
- git submodule update --init --recursive > /dev/null
1817
- export CXX="g++-4.9"
1918

2019
install:
@@ -34,8 +33,7 @@ branches:
3433
notifications:
3534
email:
3635
recipients:
37-
- iban.eguia@opendeusto.es
38-
- jordan.aranda@me.com
36+
- razican@protonmail.ch
3937
- eneko.cruz@opendeusto.es
4038
on_success: change
4139
on_failure: always

0 commit comments

Comments
 (0)