Skip to content

Commit

Permalink
TravisCI: only test library and distrib compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Sagot committed Apr 5, 2019
1 parent a24744b commit a61049e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -34,10 +34,8 @@ script:
eval $(opam config env) ;
opam pin add geneweb . --no-action ;
opam install geneweb --deps-only ;
./configure && make clean test install uninstall clean ;
make clean distrib clean ;
./configure --api && make clean test install uninstall clean ;
opam depext lablgtk && opam install lablgtk && make clean everything-exe clean ;
./configure && make clean test install uninstall distrib clean ;
./configure --api && make clean test install uninstall distrib clean ;

notifications:
email:
Expand Down

0 comments on commit a61049e

Please sign in to comment.