Skip to content

Commit 7390b20

Browse files
committed
Update .travis.yml
Fixing script call.
1 parent b352932 commit 7390b20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ before_install:
33
- gem install bundler
44
rvm:
55
- 1.9.3
6-
script: jekyll build
6+
script: bundle exec jekyll build
77
notifications:
88
email:
99
on_success: never
10-
on_failure: never
10+
on_failure: never

0 commit comments

Comments
 (0)