Skip to content

Commit

Permalink
Travis. make -> make install
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Dec 28, 2018
1 parent 7708da4 commit f20d076
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 @@ -34,7 +34,7 @@ script:
- mkdir build && cd build
- cmake -DCMAKE_TOOLCHAIN_FILE=$WUT_ROOT/share/wut.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$TRAVIS_BUILD_DIR/deploy
../
- make
- make install
before_deploy:
- cd $TRAVIS_BUILD_DIR/
- commit="$(git rev-parse --short=7 HEAD)"
Expand Down

0 comments on commit f20d076

Please sign in to comment.