mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-06 06:40:37 +03:00
fixes #81: integrating with Travis CI
This commit is contained in:
parent
1d2145beb0
commit
9eedd43970
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "0.10"
|
||||||
|
before_script:
|
||||||
|
- 'npm install -g grunt-cli'
|
||||||
|
- export DISPLAY=:99.0
|
||||||
|
- sh -e /etc/init.d/xvfb start
|
||||||
|
script: 'grunt cibuild'
|
|
@ -176,4 +176,6 @@ module.exports = function(grunt) {
|
||||||
"watch"
|
"watch"
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
grunt.registerTask('cibuild',["newer:jshint", "jasmine:scripts"]);
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,4 +6,4 @@ describe('Material', function (){
|
||||||
it('jquery should be loaded', function () {
|
it('jquery should be loaded', function () {
|
||||||
expect($).toBeDefined();
|
expect($).toBeDefined();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user