diff options
author | kcat <[email protected]> | 2017-03-04 17:47:13 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2017-03-04 17:47:13 -0800 |
commit | 9f9faff90a957454f5e1767a2c4324b6dc48c484 (patch) | |
tree | e97b8f802b68e7944c7d55310f24d0db5a8fcf49 /.travis.yml | |
parent | 6d7a790183552aa783d6043c755a10693d2f9369 (diff) | |
parent | a11a13bdd1ce4770071d6d671619dcf7796c0200 (diff) |
Merge pull request #95 from adrianbroher/export-config
Enable exporting of CMake import targets
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index dfae8e7a..f87cfb1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ os: - linux - osx +dist: trusty language: c script: cmake . && make -j2 |