Skip to content

Commit

Permalink
Updated Travis to no-sudo and CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Oct 5, 2017
1 parent 90633f4 commit a544ea4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: cpp

sudo: required # only required for dist: trusty
dist: trusty

compiler:
Expand All @@ -11,4 +10,4 @@ os:
- linux
- osx

script: make test
script: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make -j4 && make test

0 comments on commit a544ea4

Please sign in to comment.