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: a1e34bd931ac984fabaceb8297db937db1b20ac1 (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
    target-branch: gh-pages-test 
    on:
      branch: master

# blocklist
branches:
  except:
  - gh-pages