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:
jekkos
2015-04-06 15:15:14 +02:00
parent 27c6f275d1
commit 7d7ee83ef4

View File

@@ -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