Logo white

Administrator / maps_core_ng

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • maps_core_ng
  • .travis.yml
  • first commit
    05b0b5d8
    Yarik authored
    2017-01-30 19:13:31 +0200  
    Browse Code ยป
.travis.yml 337 Bytes
Edit Raw Blame History
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 26
sudo: false

language: node_js

node_js:
  - "6"

addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
    packages:
      - g++-4.8

install:
  - npm config set spin false
  - npm install -g npm@latest

  - npm install

script:
  - npm run build:prod
  - npm run build:aot

notifications:
  slack: akveo:q559HckfZMSyZRb803aiLcjH