Skip to content

Commit

Permalink
fix travis buils.sh check
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgiev committed May 17, 2016
1 parent 281a221 commit aba725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ cp build/release/dbs dbs || exit 1
./dbs src/main.dbs coverage dbs dbs-test || exit 1
build/profile/dbs-test --gtest_filter=-*.PERFORMANCE_* || exit 1

./dbs src/main.dbs build-script dbs > build/build.sh
./dbs src/main.dbs build-script dbs | grep -v \^\# > build/build.sh
cmp build.sh build/build.sh || exit 1

0 comments on commit aba725e

Please sign in to comment.