Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf254aaf

Browse files
committed
(ci): add Travis CI support
- don't have tests yet, so for now just test compile/build and pack - modify the test script command to do so for now - `npm test` is also the default script in Travis
1 parent81c5bb4 commitf254aaf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎.travis.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language:node_js
2+
# default is the very old 0.10.48; match local version instead
3+
node_js:'8.9'

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"start":"tsdx watch",
1313
"build":"tsdx build",
14-
"test":"echo\"Error: no test specified\"&&exit 1"
14+
"test":"npm run build&&npm pack"
1515
},
1616
"repository": {
1717
"type":"git",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp