.travis.yml 126 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 before_script: "npm install" script: - "jasmine-node spec" - "expresso -s test/**/*" notifications: - sascha@depold.com