Browse Source

Remove travisCI integration until we have tests for 1.0

pull/1378/head
jlukic 10 years ago
parent
commit
a5e8a9b8f0
1 changed files with 0 additions and 12 deletions
  1. 12
      .travis.yml

12
.travis.yml

@ -1,12 +0,0 @@
language: node_js
node_js:
- "0.11"
before_script:
- npm install -g grunt-cli
- npm update
- mv src/semantic.config.example src/semantic.config
after_script:
- grunt coveralls
notifications:
on_success: change
on_failure: change
Loading…
Cancel
Save