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

Commit

Permalink
Update versions in Travis/AppVeyor configuration
Browse files Browse the repository at this point in the history
And also run tests with default features for all the crates.
  • Loading branch information
sdroege committed Feb 12, 2019
1 parent 3f9381e commit d71023d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,18 +1,19 @@
dist: xenial
language: rust
rust:
- nightly
- beta
- 1.28.0 # stable
- 1.31.0 # stable
env:
- GTK=3.4
- GTK=3.18
- GTK=3.14
- GTK=3.24
addons:
apt:
packages:
- libgtk-3-dev
script:
- rustc --version
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ] && [ "$GTK" == "3.4" ]; then
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ] && [ "$GTK" == "3.14" ]; then
make regen_check;
fi
- mkdir .cargo
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -21,6 +21,6 @@ build_script:
- git clone -q --depth 50 -b pending https://github.com/gtk-rs/examples _examples
- cd _examples
- cargo build
- cargo build --features gtk_3_18
- cargo build --features gtk_3_24

test: false

0 comments on commit d71023d

Please sign in to comment.