mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 11:04:09 +03:00
fixes #81: integrating with Travis CI
This commit is contained in:
parent
9de6322bf1
commit
6c24c30222
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"
|
||||
]);
|
||||
});
|
||||
|
||||
grunt.registerTask('cibuild',["newer:jshint", "jasmine:scripts"]);
|
||||
};
|
||||
|
|
|
@ -6,4 +6,4 @@ describe('Material', function (){
|
|||
it('jquery should be loaded', function () {
|
||||
expect($).toBeDefined();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user