Skip to content

Commit

Permalink
try again travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Nov 15, 2020
1 parent c7ee2ae commit e64a553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ after_success:
git remote add outcome https://github.com/ned14/outcome;
git fetch outcome;
git submodule update --init;
git clone --depth 1 https://github.com/ned14/quickcpplib.git;
cd ..;
git clone https://github.com/boostorg/outcome boost-outcome;
cd boost-outcome;
Expand All @@ -160,7 +159,8 @@ after_success:
git checkout -b orig-master outcome/master;
git checkout master;
cd ..;
python outcome/quickcpplib/repo/scripts/boostify_git_repo.py boost-outcome outcome ned14/outcome@;
git clone --depth 1 https://github.com/ned14/quickcpplib.git;
python quickcpplib/scripts/boostify_git_repo.py boost-outcome outcome ned14/outcome@;
cd boost-outcome;
git checkout master;
cd doc/src;
Expand Down

0 comments on commit e64a553

Please sign in to comment.