mobileappdevhm19 / HINT-Reader

apps4students-team-3 created by GitHub Classroom
Apache License 2.0
0 stars 0 forks source link

Setup Travis #20

Closed maxiking203 closed 5 years ago

maxiking203 commented 5 years ago

This Issue fore me to setup the Travis

maxiking203 commented 5 years ago

Travis is running now in the feature/vertical branch. The travis.yml file be spreaded from there to up coming branches. I added one line to the travis.yml examlpe file: In our repo the flutter-project is a subdirectory. So before doing something in the script oder before script part in the travis.yml we need to change our directory to project folder which is called "hintreader". We are doing this by 'cd hintread'.

Furthermore we logically had to remove the default test from the flutter-project. Because the test would fail with our current implementation. If the test fails the travis run also fails.

Next step will be to add the coverage to Travis. We also could think about if it would be necessary to check "flutter run --release" on travis.

maxiking203 commented 5 years ago

Seems like we are not able to connect coveralls to the repo, because coveralls need to have some sord of access rights.

maxiking203 commented 5 years ago

Travis ist set up and connected with coverals!