Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5072c03c0f9ebb312bfed09e993e172feeda577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
sudo: required
os:
  - osx
language: ruby
rvm:
  - 2.3.0
env:
  - TRAVIS_NODE_VERSION="6"
install:
  - brew update
  - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
  - npm install
  - npm run install_hugo
script:
  - npm run lint
  - cd exampleSite
  - mkdir themes
  - ln -s ../../ themes/hugo-universal-theme
  - hugo
notifications:
  slack:
    rooms:
      - devcows:Qs59B9IYFi3IfrejVqNlN5G7#general