i dont even care anymore

This commit is contained in:
Michael Zhang 2018-09-09 23:51:54 -05:00
parent 4290f274d3
commit 6771cdf10e
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -2,24 +2,6 @@ language: rust
sudo: required
dist: trusty
matrix:
fast_finish: true
include:
- os: linux
rust:
- stable
- nightly
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'sourceline': 'deb http://ppa.launchpad.net/keithw/glfw3/ubuntu trusty main']
packages: ['cmake', 'libgles2-mesa-dev', 'libglew-dev', 'libglfw3-dev', 'libglm-dev', 'libgtk-3-dev']
services:
- docker
script:
- if [ -z "$TRAVIS_TAG" ]; then cargo test --all; fi
before_deploy:
- ./ci/build-release.sh dip ${TRAVIS_TAG}-${TRAVIS_OS_NAME}