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: 2f226ac099cdf9a41be94e27fedf30f328be68ae (plain)
1
2
3
4
5
6
7
8
9
10
language:
  - ruby
  - node_js

install:
  - bundle install
  - npm install

script:
  - npm run build