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: 48aa7913a8603f23b133d43e9d5f18a4ca362275 (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
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: gh-pages-test

# blocklist
branches:
  except:
  - gh-pages