Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit ae2a5f0

Browse files
Merge pull request #44 from gkoz/ci
Travis: test with GTK 3.4 and 3.18
2 parents 7565737 + 804ccf6 commit ae2a5f0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.travis.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
language: rust
22
rust:
3-
- nightly
4-
- stable
5-
sudo: true
6-
before_install:
7-
- yes | sudo add-apt-repository ppa:ricotz/testing
8-
- sudo apt-get update
9-
install:
10-
- sudo apt-get install libgtk-3-dev
3+
- nightly
4+
- stable
5+
env:
6+
- GTK=3.4
7+
- GTK=latest
8+
addons:
9+
apt:
10+
packages:
11+
- libgtk-3-dev
1112
script:
1213
- rustc --version
1314
- mkdir .cargo
1415
- echo 'paths = ["."]' > .cargo/config
1516
- git clone -q --depth 50 -b pending https://github.com/rust-gnome/examples _examples
1617
- cd _examples
17-
- cargo build
18+
- ./build.sh

0 commit comments

Comments
 (0)