Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kharanenka committed Jun 22, 2018
1 parent 08bd596 commit cf71d2a
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 @@ -39,8 +39,8 @@ before_script:
cd ..;
mkdir -p ./october/plugins/lovata/shopaholic;
mv !(october) october/plugins/lovata/shopaholic;
pwd;
ln -s $HOME/october/plugins/lovata/ $HOME/october/tests/fixtures/plugins/lovata;
FOLDER_PATH=$(pwd);
ln -s $FOLDER_PATH/october/plugins/lovata/ $FOLDER_PATH/october/tests/fixtures/plugins/lovata;
cd october/plugins/lovata/shopaholic;
fi

Expand Down

0 comments on commit cf71d2a

Please sign in to comment.