Skip to content

Commit 1bfb44c

Browse files
committed
Fixed up travis to checkout master now
1 parent a182be6 commit 1bfb44c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

‎.travis.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,12 @@ install:
1414
- git fetch --tags
1515
- pip install coveralls
1616

17-
# generate some reflog as git-python tests need it (in 0.3)
18-
- git checkout 0.3
17+
# generate some reflog as git-python tests need it (in master)
18+
- git checkout master
1919
- git reset --hard HEAD~1
2020
- git reset --hard HEAD~1
2121
- git reset --hard HEAD~1
22-
- git reset --hard origin/0.3
23-
- git checkout -b master
24-
- git reset --hard HEAD~1
25-
- git reset --hard HEAD~1
26-
- git reset --hard HEAD~1
27-
- git reset --hard origin/0.3
28-
- git checkout 0.3
22+
- git reset --hard origin/master
2923

3024
# as commits are performed with the default user, it needs to be set for travis too
3125
- git config --global user.email "travis@ci.com"

0 commit comments

Comments
 (0)