also install libs for regular build

This commit is contained in:
Michael Zhang 2018-09-09 22:41:19 -05:00
parent 9f3e311267
commit 129ca1e221
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -11,6 +11,9 @@ matrix:
services:
- docker
before_script:
- sudo apt-get update -y && sudo apt-get install -y cmake libgles2-mesa-dev libglew-dev libglfw3-dev libglm-dev libgtk-3-dev
script:
- if [ -z "$TRAVIS_TAG" ]; then cargo test --all; fi