Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #12 from forno/update-travis-writing
Browse files Browse the repository at this point in the history
Update travis writing for good environment of test
  • Loading branch information
forno authored Nov 3, 2016
2 parents 686b98f + 900f93b commit e013a02
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
dist: trusty
language: cpp
sudo: false
dist: trusty
group: beta
language: cpp
compiler:
- clang++
- g++

- clang++
install:
- make
- mkdir cbuild
Expand All @@ -14,6 +13,5 @@ install:
- make
- make install
- cd ..

script:
./bin/test

0 comments on commit e013a02

Please sign in to comment.