Travis CI: Set language and operating systems

This commit is contained in:
Zbigniew Mandziejewicz 2015-10-05 00:10:34 +08:00
parent 60121fb0a9
commit 6eb7c7d6a0

View File

@ -1,3 +1,9 @@
language: cpp
os:
- linux
- osx
sudo: false
addons:
apt:
@ -6,7 +12,5 @@ addons:
packages:
- cmake
script:
- mkdir build
- cd build
- cmake ..
- cmake .
- make