Socialify

Folder ..

Viewing .travis.yml
16 lines (16 loc) • 212.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
os:
  - linux
  - osx
  # - windows
language: node_js
node_js:
  - 'lts/*'
services:
  - xvfb
before_script:
  - export DISPLAY=:99.0
install:
  - npm set progress=false
  - npm install
script:
  - npm run build