Skip to content

Commit 393c57a

Browse files
committed
[ travis ] create experimental directory if non existent
The failed merge of the .travis.yml files had the consequence of nuking the experimental/ directory. Hence this bug.
1 parent 1bf8299 commit 393c57a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ script:
134134
mv html/* . ;
135135
fi
136136
- if [[ $TRAVIS_BRANCH = "experimental" ]]; then
137+
mkdir -p experimental/ ;
137138
mv html/* experimental/ ;
138139
fi
139140

0 commit comments

Comments
 (0)