summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 12f177a..d5e8b75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,11 @@ before_install:
- sudo apt-get install -y swig
# how to build
-script: cmake . && make -j && sudo make install && make test
+script:
+ - cmake . && make -j && sudo make install
+ - make test
+ - cd skeleton-subsystem
+ - cmake . && make && sudo make install
notifications:
email: