Skip to content

Commit 5043ea5

Browse files
author
nsthorat
committed
snapshot
1 parent 2678588 commit 5043ea5

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ git:
66
depth: 5
77
script:
88
- yarn build
9-
- yarn test-travis
10-
9+
- yarn test-travis

karma.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
console.log('KARMA', process.env, process.env.username, process.env.access_key);
21
module.exports = (config) => {
32
config.set({
43
frameworks: ['jasmine'],

src/StyleTransfer/index_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
// test('true should be true', () => {
88
// expect(true).toBe(true);
99
// });
10-

0 commit comments

Comments
 (0)