Skip to content

Commit

Permalink
Travis: test-build the Deb package, but don't install.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmind committed May 5, 2019
1 parent cb7bb7b commit 912c569
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 @@ -14,6 +14,6 @@ install:

script:
# Build the package.
- (cd pkg && make deb && sudo dpkg -i ../liblpm*.deb)
- (cd pkg && make deb)
# Compile and run the tests.
- cd src && make tests

0 comments on commit 912c569

Please sign in to comment.