aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-05-04 10:40:25 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-05-04 10:40:25 +0200
commit01007dbfd4b5f98a03b660e9c76f1d01fb78cd22 (patch)
tree82698fd27ad9bcc48b384f54fea172cf683cee78 /.travis.yml
parentf0309cb16588da65268fdfe959ad70fe28702054 (diff)
parentace4808facf085c4ccd068d33b9ab9f018e9072e (diff)
downloadglutin-01007dbfd4b5f98a03b660e9c76f1d01fb78cd22.tar.gz
glutin-01007dbfd4b5f98a03b660e9c76f1d01fb78cd22.zip
Merge pull request #423 from tomaka/remove-headless
Remove the "headless" feature
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a0c82b..c8c0ae3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ env:
script:
- cargo build --verbose
- - cargo test --no-run --verbose
+ - cargo test --verbose
- cargo test --verbose --features "headless" --no-default-features
os: