Skip to content
Snippets Groups Projects
Commit a67056b7 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* switching travis to ninja to speedup server build

parent 473fa83e
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ install: ...@@ -35,7 +35,7 @@ install:
script: script:
- cd $NPTOOL/NPLib - cd $NPTOOL/NPLib
- cmake ./ - cmake ./
- make install - ninja install
- ./scripts/RootLogon.sh - ./scripts/RootLogon.sh
- ./scripts/test/all.sh - ./scripts/test/all.sh
...@@ -54,6 +54,7 @@ addons: ...@@ -54,6 +54,7 @@ addons:
- g++-4.8 - g++-4.8
- libexpat1-dev - libexpat1-dev
- libexpat1 - libexpat1
- ninja
notifications: notifications:
email: email:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment