Giter Site home page Giter Site logo

Run Simpletests in travisCI about i18n HOT 6 CLOSED

indigoxela avatar indigoxela commented on July 28, 2024 1
Run Simpletests in travisCI

from i18n.

Comments (6)

serundeputy avatar serundeputy commented on July 28, 2024

@indigoxela ready for review: #31

Run simpletests in CI via lando.

from i18n.

serundeputy avatar serundeputy commented on July 28, 2024

we should consider adding a testing badge to the README when/if this is merged

[![Build Status](https://travis-ci.org/backdrop-contrib/i18n.svg?branch=1.x)](https://travis-ci.org/backdrop-contrib/i18n)

from i18n.

indigoxela avatar indigoxela commented on July 28, 2024

consider adding a testing badge to the README

Sure, but I still have questions regarding the travis test run.

Why is there a PHP Stack trace?

Why Xenial?

Why all those useless updates (docker, postgres..) of stuff we don't even need? (Or do we need it?)

Why lando? Isn't that overhead?

from i18n.

serundeputy avatar serundeputy commented on July 28, 2024
  • I don't know anything about a PHP stack trace

    • ahh; i see the PHP stack trace is in the phpcs run output on travis; i think that is php 7.3 complaining about how our old phpcs handles things, but it does not hurt the code linting; we could try building php 7.2, but it doesn't bother me
  • Xenial has the version of docker that we want
    we are doing an apt update to make sure we apt install * latest versions of *, but i'm not aware of or seeing updates to postgres (unless they happen in the automatic part of travis which we have no control over)

  • lando in CI is pattern we use a lot at my agency, so i'm letting lando/docker set up the tech stack instead of mucking around w/ travis config; so lando matches production, lando runs in CI then deploy to production

    • lando is also how i'm running these tests locally, so know my local runs and CI are the same

from i18n.

indigoxela avatar indigoxela commented on July 28, 2024

I don't know anything about a PHP stack trace

I mean that one:

screenshot-travis

Re lando, composer, xenial... give me some time to think it over. 😉

from i18n.

indigoxela avatar indigoxela commented on July 28, 2024

So... I thought it over and gave travisCI a try.

To be honest, I'd actually prefer the way with less overhead (hence shorter time until testbox is up and running).

https://travis-ci.org/github/backdrop-contrib/i18n/builds/683796501

And without exception or traceback.

It turned out, I don't even need drush.

from i18n.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.