Skip to content
Snippets Groups Projects

node_config -> CONFIG -> config.js -> config

Merged Jure requested to merge config into master
1 unresolved thread
Compare and Show latest version
3 files
+ 1006
774
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
4
image: node:7
before_script:
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update && sudo apt-get install yarn
before_script
- npm install -g yarn:
- yarn
test: