Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
activate tests for CI build
  • Loading branch information
andreasmuelder committed Aug 27, 2018
1 parent 3a127dd commit befbd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ before_install:
- sh -e /etc/init.d/xvfb start - sleep 10
script:
- cd releng/com.yakindu.solidity.releng
- mvn clean verify -P$TARGET,!tests -Dtycho.disableP2Mirrors=true
- mvn clean verify -P$TARGET,tests -Dtycho.disableP2Mirrors=true
- cd ../com.yakindu.solidity.repository/target
- zip -r repository.zip repository
- cd $TRAVIS_BUILD_DIR
Expand Down

0 comments on commit befbd29

Please sign in to comment.