Skip to content

Commit

Permalink
Rebase to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Apr 16, 2020
1 parent 8706924 commit eb4fe1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 55 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fmu-ensemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
FMU_CONCURRENCY: ['True', 'False']
python-version: ['2.7', '3.6', '3.7', '3.8']
exclude:
- python-version: '2.7'
FMU_CONCURRENCY: 'True'

steps:
- name: Checkout commit locally
Expand Down
55 changes: 0 additions & 55 deletions .travis.yml

This file was deleted.

0 comments on commit eb4fe1d

Please sign in to comment.