Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit aabb9df

Browse files
committed
disable travis integration tests for the moment
1 parent 35f64f8 commit aabb9df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
sudo: false
22
install:
33
- npm install
4-
- (cd backend/integration && npm install && make install)
5-
- npm install -g browserify tape-run
64
language: node_js
75
node_js:
86
- "iojs"
97
script:
108
- npm test
11-
- (cd backend/integration && make test)

0 commit comments

Comments
 (0)