Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit 9ff7af7

Browse files
author
Simon Dobson
authored
Merge pull request #21 from Typeform/improve-travis-execution-time
Improve travis execution time
2 parents f8bf405 + c3007e3 commit 9ff7af7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ sudo: false
22
language: ruby
33
rvm:
44
- 2.3.3
5-
script: rubocop && rake test
5+
6+
cache:
7+
bundler: true
8+
9+
script:
10+
bundle exec rubocop
11+
bundle exec rake test

0 commit comments

Comments
 (0)