Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Fix Travis configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimnordling committed Oct 9, 2020
1 parent 6366376 commit 12c7cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.9-dev
cache:
pip: true
directories:
Expand All @@ -12,7 +12,7 @@ cache:

env:
global:
- secure: ""
- secure: "KDApfjewoI7lwGnWOejYnBScd9ynJM8cmGMnIWV9KvXG3nl/kr1NqBJk9xp57+sG0FoJs6ZyynlOYElaO4bmpWdA/aZM1fEuNncJ30w6y1wLwKIERZlnyo0lSyj6Pk7WESftbAh9mpElvd1jIeYCUDBZdTCRwNM6gzFWgRLcsmAWkeBj67b2LroZ9XK45ab8yfSMYDwGPDE1fUEOthomc451+SI4Kaj5tlHvHHqjJeJy/nhXvxzAaHlrrWL7MIg9Sr/mI67qYXjIBeEFqtt6EXeId0yOxTKSmWSyc0Ye14X2mNMfQtyxn8/U5u2gGFVXd48SgOHquuNsUyVHmu/8Bde+0tDg4dgYIXgHuJrqY9SBIDXistIE35c0uF3tBNkmbSzOYWWpigsRhkFyqjB5urxgiUAZQ87zx3EGgq0XR+ZnBDOx9Q/ZupBjdXYJeTKoB+N31hYBcKKGiApGxPOG32xzrHnvPazwH2lsmeVmEyPgPChCf1OsbqORBMHOWuE7PzVBtXu7RPpsK7cF5uVA2KXfzfNTvLAbanBLIb1uGjHCvxxzzLLYuhnFcDO9lDubyr1b5VUGLDv/B2ZyREb/ZIigoR2A2SSeGcE2lOIjibQ9SU+3Qgaucy5+hmtcJK/cSQglC81zQqxMXl33hQ3fsLwGd2kneZ14wweFpUiR0i8="

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arangodantic

[![Build Status](https://travis-ci.org/digitalliving/arangodantic.svg?branch=master)](https://travis-ci.org/digitalliving/arangodantic)
[![Build Status](https://travis-ci.com/digitalliving/arangodantic.svg?branch=master)](https://travis-ci.com/digitalliving/arangodantic)

Database models for ArangoDB using Pydantic base models.

Expand Down

0 comments on commit 12c7cd6

Please sign in to comment.