Skip to content

Commit

Permalink
use opam on travis/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nadako committed Apr 12, 2017
1 parent 4941ec4 commit 0113b2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ install_linux: &install_linux
ocaml-native-compilers
ocaml-findlib
camlp4
- wget https://raw.github.com/ocaml/opam/master/shell/opam_installer.sh -O - | sh -s /usr/local/bin system
- opam install sedlex
# Setup database
- travis_retry sudo apt-get install mysql-server-5.6 -y
- mysql -u root -e "create user travis@localhost identified by '';"
Expand All @@ -43,7 +45,7 @@ install_linux: &install_linux
- java -version
# Build haxe
- make package_src -s
- make -s
- opam config exec -- make -s
- make package_bin -s
- ls -l out
- export PATH="$PATH:$TRAVIS_BUILD_DIR"
Expand Down

0 comments on commit 0113b2a

Please sign in to comment.