Skip to content

Commit

Permalink
Fix travis configuration syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Jan 2, 2017
1 parent e6f19d4 commit 78e86f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,8 +15,8 @@ git:
submodules: false

before_install:
sudo apt-get install libx11-dev
sudo apt-get install libvulkan-dev
- sudo apt-get install libx11-dev
- sudo apt-get install libvulkan-dev
# Prepare compilers
- if [ "$CXX" = "g++" ]; then
sudo apt-get install g++-5 -qq;
Expand Down

0 comments on commit 78e86f7

Please sign in to comment.