Skip to content

Commit

Permalink
libqmlbind-sys: Attempt to add travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Jul 9, 2016
1 parent d4dc3a9 commit cc545bc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions libqmlbind-sys/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly

os:
- linux
- osx

env:
global:
- QT_VERSION=qt:5.6.1
- QT_VERSION=qt:5.7.0
# - QT_DIR="${TRAVIS_BUILD_DIR}/vendor/qt5"

services:
- docker

addons:
apt:
packages:
- xvfb

0 comments on commit cc545bc

Please sign in to comment.