This website works better with JavaScript
Home
Explore
Help
Register
Sign In
im-changing.ru
/
converse.js
mirror of
https://github.com/conversejs/converse.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Tell travis to run 'make dev' first
JC Brand
10 years ago
parent
dfb130fb32
commit
ad3350587b
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
.travis.yml
+ 1
- 0
.travis.yml
View File
@@ -1,4 +1,5 @@
language: node_js
node_js:
- "0.10"
+before_script: make dev
script: make check