mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-17 16:07:04 -04:00
Add test folder + basic unit test setup
Add grunt mochaWebdriver plugin for phantomJs test Conflicts: .travis.yml dist/opensourcepos.min.js
This commit is contained in:
1 parent
27c6f275d1
commit
7d7ee83ef4
1 file changed
+1
@@ -1,6 +1,7 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.8"
|
||||
before_install: npm install -g grunt-cli
|
||||
install: npm install
|
||||
before_script: grunt
|
||||
script: grunt mochaWebdriver:test
|
||||
Reference in new issue
Block a user