This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Enable caching dependencies in Travis CI (
#3132
)
closed-social-glitch-2
Yamagishi Kazutoshi
7 years ago
committed by
Eugen Rochko
parent
8e4fc5d5d2
commit
595e060347
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
.travis.yml
+ 4
- 2
.travis.yml
View File
@ -1,7 +1,9 @@
language
:
ruby
cache:
bundler
:
false
yarn
:
false
bundler
:
true
yarn
:
true
directories:
-
node_modules
dist
:
trusty
sudo
:
false
Write
Preview
Loading…
Cancel
Save