mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Create 00-checkcheck.sh
This commit is contained in:
parent
9148f904a5
commit
7984f992c9
12
.travis/tests/00-checkcheck.sh
Normal file
12
.travis/tests/00-checkcheck.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo $TRAVIS_BRANCH
|
||||
exit -1
|
||||
|
||||
if [[ $TRAVIS_BRANCH == '1.0.-stable' ]]
|
||||
cd test/dummy
|
||||
rake db:schema:load
|
||||
else
|
||||
cd spec/dummy
|
||||
rake db:schema:load
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user