Skip to content

Commit 294a99a

Browse files
chore(now): trying to make it work
1 parent 6ab528b commit 294a99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ after_success:
3737
if [[ $TRAVIS_BRANCH == 'master' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
3838
cd ./packages/overmind-website
3939
npm install --no-save now
40-
now --token $NOW_TOKEN && now alias overmindjs.org --token $NOW_TOKEN
40+
./node_modules/.bin/now --token $NOW_TOKEN && now alias overmindjs.org --token $NOW_TOKEN
4141
fi
4242
if [[ $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
4343
cd ./packages/overmind-website
4444
npm install --no-save now
45-
now --token $NOW_TOKEN && now alias next.overmindjs.org --token $NOW_TOKEN
45+
./node_modules/.bin/now --token $NOW_TOKEN && now alias next.overmindjs.org --token $NOW_TOKEN
4646
fi
4747
branches:
4848
except:

0 commit comments

Comments
 (0)