MEGAN RIEL-MEHAN
  • Home
  • Science Visualization
  • Research
    • Initial findings
    • Image processing
  • Civic Tech
  • Fine Art
  • News
  • Methods and Notes
  • CV and Resume

Travis CI

11/9/2017

0 Comments

 
Continuous integration, tells you automatically if tests are passing or failing. 
.travis.yml: set project to be a node project
  language: node_js
  node_js : 
       - "7"
  services:
      - mongodb

npm test will run, you can add your lint run first and then run tests using '&'
0 Comments



Leave a Reply.

    Categories

    All
    Animation
    Cell Crawling
    HBV
    Heroku
    PGRN.org
    R
    Web Development

    RSS Feed

Download CV
Contact me:
  • Home
  • Science Visualization
  • Research
    • Initial findings
    • Image processing
  • Civic Tech
  • Fine Art
  • News
  • Methods and Notes
  • CV and Resume