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