Skip to content
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

Improve .travis.yml config #639

Closed
humphd opened this issue Dec 20, 2018 · 0 comments
Closed

Improve .travis.yml config #639

humphd opened this issue Dec 20, 2018 · 0 comments

Comments

@humphd
Copy link
Contributor

humphd commented Dec 20, 2018

Let's add a few things to our .travis.yml file:

  1. Run our tests on all platforms. This will give us the benefit of making sure we test in both Chrome and Firefox on all of Windows, Linux, and Mac. We'll need to make sure we only run the coverage step once, though so we don't triple upload this.
    os:
      - windows
      - linux
      - osx
    
  2. Cache our `node_modules:
    cache:
      directories:
        - "node_modules"
    
humphd added a commit to humphd/filer that referenced this issue Dec 20, 2018
@humphd humphd closed this as completed in 5cc21c7 Dec 20, 2018
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

No branches or pull requests

1 participant