We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4359c57 + f0a9e28 commit 8f819b4Copy full SHA for 8f819b4
.travis.yml
@@ -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
+ email: [email protected]
19
+ slack:
20
+ secure: HMViegDOqwngf2GuDA8FwCqx/2uxwJq4nPi4hDOAGPGup4DYWw/rmWWOXtBOKNuqWkRyasQ3t6Lwz3t40PnClLGq8lb12H9GDOvWFZyT6U1nIPOue0uwQJdkopJBiEKrFhPqIuao5kt5EYUw7BuxSre7QIG9gPGzztvXIpIO+oY=
0 commit comments