Skip to content

Commit

Permalink
travis: Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
hotgloupi committed Jan 22, 2017
1 parent cd32762 commit af50ad7
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 @@ -20,7 +20,7 @@ addons:
- unzip
- chrpath
script:
- BUILD_NAME=build-${TRAVIS_OS_NAME} CORES=1 CXX=g++-5 CC=gcc-5 ./build.sh 2>&1 | tee build.log | sed -n '1~1000p' || tail -n1000 build.log && exit 1
- BUILD_NAME=build-${TRAVIS_OS_NAME} CORES=1 CXX=g++-5 CC=gcc-5 ./build.sh 2>&1 | tee build.log | sed -n '1~1000p' || ( tail -n1000 build.log && exit 1 )
before_deploy:
- export TARBALL=${TRAVIS_BUILD_DIR}/nvim-${TRAVIS_OS_NAME}.tgz
- echo "Preparing package ${TARBALL}"
Expand Down

0 comments on commit af50ad7

Please sign in to comment.