Skip to content

Commit

Permalink
Travis: added missing yojson package install
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Sagot authored and sagotch committed Jul 24, 2019
1 parent d84f0c7 commit 08895ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ script:
eval $(opam config env) ;
opam pin add geneweb https://github.com/geneweb/geneweb.git --no-action ;
opam depext geneweb ;
opam install geneweb ;
opam install geneweb yojson ;
make exe ;

0 comments on commit 08895ff

Please sign in to comment.