Made travis use apt-get instead of apt.

This commit is contained in:
2016-06-22 23:50:32 -05:00
parent 4e2bb61121
commit 1e0e4bc3f7
+1 -1
View File
@@ -1,5 +1,5 @@
language: cpp
compiler: clang
install:
- sudo apt install cmake
- sudo apt-get install cmake
script: ./scripts/cibuild