Skip to content

Commit 8f819b4

Browse files
Merge pull request #2376 from basho/travis
TravisCI Build testing
2 parents 4359c57 + f0a9e28 commit 8f819b4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
dist: trusty
2+
sudo: true
3+
language: ruby
4+
rvm:
5+
- 2.2
6+
before_install:
7+
- gem update --system
8+
- gem --version
9+
- gem update bundler
10+
- wget https://github.com/spf13/hugo/releases/download/v0.18.1/hugo_0.18.1-64bit.deb
11+
&& sudo dpkg -i hugo_0.18.1-64bit.deb
12+
- hugo version
13+
bundler_args: "--without=guard"
14+
script:
15+
- rake build:debug
16+
- rake hugo
17+
notifications:
18+
19+
slack:
20+
secure: HMViegDOqwngf2GuDA8FwCqx/2uxwJq4nPi4hDOAGPGup4DYWw/rmWWOXtBOKNuqWkRyasQ3t6Lwz3t40PnClLGq8lb12H9GDOvWFZyT6U1nIPOue0uwQJdkopJBiEKrFhPqIuao5kt5EYUw7BuxSre7QIG9gPGzztvXIpIO+oY=

0 commit comments

Comments
 (0)