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

.travis.yml - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb2f4ae5783681fdf46ee8af79417bc7fa583e76 (plain)
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
language:
  - ruby
  - node_js

install:
  - bundle install
  - npm install

script:
  - npm run build

deploy:
  - provider: pages
    skip-cleanup: true
    github-token: $GITHUB_TOKEN
    keep-history: true
    local-dir: _site
    on:
      branch: master
      tags: true

# blocklist
branches:
  except:
  - gh-pages