Fix travis

This commit is contained in:
Sebastian Meßmer 2015-04-18 17:01:54 +02:00
parent 5e753ae706
commit 82266b4ced

View File

@ -13,8 +13,8 @@ before_script:
&& ./setup_biicode_project.sh
&& rm setup_biicode_project.sh
script:
- bii cpp:build --target messmer_cachingstore_test_main -- -j2
- "./bin/messmer_cachingstore_test_main"
- bii cpp:build --target messmer_parallelaccessstore_test_main -- -j2
- "./bin/messmer_parallelaccessstore_test_main"
after_success:
- bii user ${BII_USERNAME} -p ${BII_PASSWORD}
- bii publish