Travis now works without the custom run_build.sh script
@@ -1,4 +1,3 @@
language: node_js
node_js:
- - 0.8
-script: ./test/run_build.sh
+ - 0.8
@@ -83,7 +83,7 @@ module.exports = function(grunt) {
'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', 'parser',
'SUnit',
'Kernel-Tests', 'Compiler-Tests', 'SUnit-Tests'],
- output_name: 'run'
+ output_name: 'amber_test_runner'
},
amber_dev: {
working_dir: 'js',
@@ -23,12 +23,12 @@
"ambers": "./bin/server"
"scripts": {
- "test": "./test/run_build.sh"
+ "test": "./node_modules/grunt/bin/grunt amberc:amber_test_runner; node ./test/amber_test_runner.js"
"devDependencies": {
- "pegjs": "~0.7.0",
- "grunt": "~0.3.17",
- "grunt-image-embed": "~0.1.3",
- "grunt-contrib-mincss": "~0.3.2"
+ "pegjs": "~0.7.0",
+ "grunt": "~0.3.17",
+ "grunt-image-embed": "~0.1.3",
+ "grunt-contrib-mincss": "~0.3.2"
}