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: d886a00e6847fca092d386160b66c141b204b627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language:
  - ruby
  - node_js

install:
  - bundle install
  - npm install

script:
  - npm run build

# blocklist
branches:
  except:
  - gh-pages