Skip to content

Commit

Permalink
ci: fix install work to make instead of make build
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <[email protected]>
  • Loading branch information
zchee committed Aug 16, 2016
1 parent cf34274 commit cf9f98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_install:
- cat /etc/lsb-release

install:
- make build
- make
- make lint/install_modules

script:
Expand Down

0 comments on commit cf9f98c

Please sign in to comment.