Blame view

.travis.yml 337 Bytes
05b0b5d8   Yarik   first commit
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