Skip to content

Update .travis.yml #3745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Apr 26, 2019
Merged

Update .travis.yml #3745

merged 14 commits into from
Apr 26, 2019

Conversation

ilarimikkonen
Copy link
Member

removing build group definition, since we get problems with docker build:
Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)
Idea is to see if default Travis build env performs better

Closes #

Changes

Describe your changes here as a bulleted list:

  • change one
  • change two

Developer checklist

This checklist is to be completed by the PR developer:

  • Alternative solutions were compared/discussed before writing code
    • trade-offs with this solution are considered acceptable
  • Code in this PR adheres to the project styleguide
  • This pull request does not decrease project test coverage
  • If the code changes existing database collection(s), migration has been written
  • If UI texts are added or changed, all texts are internationalized

Reviewer checklist

Reviewed by: @username1

This list is to be completed by the pull request reviewer:

  • Code works as described/expected
  • Code seems to be error free
    • no browser console errors visible
    • no server console errors visible
    • passes CI build
  • Code is written in a way that promotes maintainability
    • easy to understand
    • well organized
    • follows project coding standards and conventions
    • well documented

removing build group definition, since we get problems with docker build:
Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease  Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)
Idea is to see if default Travis build env performs better
@ghost ghost assigned ilarimikkonen Apr 24, 2019
@ghost ghost added the in progress label Apr 24, 2019
forcing docker build in PR
let's try ubuntu 16! (video game mode)
try npm run lint instead of yarn
removing caching, introduce xvfb installation
installing g++ build-essential xvfb chrome in different way
https://github.com/jshimko/meteor-launchpad updated; has debian  jessie dependencies, and those have been archived.
inlining meteor launch pad
pixolution/meteor-launchpad - try with this, it has stretch in it
Copy link
Member

@matleppa matleppa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comments from docker_build.sh

build docker every time push to PR, but push to dockerhub only when merge with develop
@matleppa matleppa merged commit 0893282 into develop Apr 26, 2019
@ghost ghost removed the in progress label Apr 26, 2019
@matleppa matleppa deleted the devops/docker-build-fail-1 branch April 26, 2019 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants