forked from typelevel/scala
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
34 lines (27 loc) · 723 Bytes
/
.travis.yml
File metadata and controls
34 lines (27 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
language: scala
sudo: false
env:
global:
secure: "NhcuUIVAtUcwXRNKN3TDvhuPBtRy6kpUGRnnRlqZMsPcJe1tScaA1/WnhbNjcDrvMGyMuNImXtfWIVS3h0QD5rpnc/FsAY4P5/QOA3fwQo49rRwGThIcI6liU2+IZxgjI0C3gIoR+7gP1xuZLvQSEa2ZVglUbolUTPWu8aIG3Us="
before_install:
- export PATH="$PATH:./vendor/bundle"
install:
- rvm use 2.2.3 --install --fuzzy
- gem update --system
- gem install sass
- gem install jekyll -v 3.2.1
script:
- sbt makeMicrosite
after_success:
- ./deploy-microsite.sh
branches:
only:
- typelevel-readme
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot
- vendor
before_cache:
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
- find $HOME/.sbt -name "*.lock" -delete