github.com/jancarloviray/community@v0.41.1-0.20170124221257-33a66c87cf2f/app/.travis.yml (about)

     1  ---
     2  language: node_js
     3  node_js:
     4    - "0.12"
     5  
     6  sudo: false
     7  
     8  cache:
     9    directories:
    10      - node_modules
    11  
    12  before_install:
    13    - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
    14    - "npm config set spin false"
    15    - "npm install -g npm@^2"
    16  
    17  install:
    18    - npm install -g bower
    19    - npm install
    20    - bower install
    21  
    22  script:
    23    - npm test