Просмотр исходного кода

Merge branch 'master' into gh-pages

JC Brand 12 лет назад
Родитель
Сommit
6a699dfcf2
2 измененных файлов с 3 добавлено и 5 удалено
  1. 3 1
      .travis.yml
  2. 0 4
      README.rst

+ 3 - 1
.travis.yml

@@ -1,4 +1,6 @@
 language: node_js
 language: node_js
 node_js:
 node_js:
- - "0.10.13"
+ - "0.10"
+before_script:
+ - "./node_modules/.bin/bower update"
 script: grunt test
 script: grunt test

+ 0 - 4
README.rst

@@ -50,10 +50,6 @@ Tests
 We use behavior-driven tests written with jasmine.js_. They can run in your
 We use behavior-driven tests written with jasmine.js_. They can run in your
 browser or in the command line via phantom.js_.
 browser or in the command line via phantom.js_.
 
 
-We use `Travis-CI`_ for continuous integration.
-
-.. image:: https://api.travis-ci.org/jcbrand/converse.js.png?branch=master
-
 -------------
 -------------
 Documentation
 Documentation
 -------------
 -------------