Skip to content

Commit b77146b

Browse files
committed
Set make default target
1 parent e0fd15b commit b77146b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ node_js:
33
- 7.6
44
- stable
55
script:
6-
- make lint
7-
- make test
6+
- make

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
all: lint test
2+
13
lint:
24
@./node_modules/.bin/eslint .
35

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ node app.js
2525
# Running tests
2626

2727
```bash
28-
make lint
29-
make test
28+
make
3029
```
3130

3231
## Included Examples

0 commit comments

Comments
 (0)